home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 April Extra: Anatomy / ENTER Extra 04.iso / Benchmark / PCMark04 1.0 / PCMark04.exe / Disk1 / data1.cab / Executables / help / html / styles_ie.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-11-27  |  1.7 KB  |  98 lines

  1. BODY,TD {
  2.    font-size : 12px; 
  3.    font-family : Arial, sans-serif; 
  4.    color : #3D5066;
  5.    background-color:: #ffffff; 
  6. }
  7. .h3 {
  8.     font-size : 15px; 
  9.        font-family : Arial, sans-serif; 
  10.        color : #005CB1; 
  11. }
  12. A            {
  13.     color: #005CB1;
  14.     text-decoration: underline;
  15. }
  16. A:visited    {
  17.     color: #005CB1;
  18.     text-decoration: underline;
  19. }
  20. A:active        {
  21.     color: #FFA000;
  22.     text-decoration: underline;
  23. }
  24. A:hover        {
  25.     color: #FF6E00;
  26.     text-decoration: underline;
  27. }
  28. A.normal {
  29.        color : #005CB1; 
  30.        text-decoration: underline; 
  31. }
  32. A.menulink {
  33.        font-size : 11px;
  34.        font-family : Verdana, Arial, sans-serif;  
  35.        text-decoration : none;
  36.        color: #FFFFFF; 
  37. }
  38. A.menulink:visited {
  39.        color: #FFFFFF;
  40.     text-decoration: none; 
  41. }
  42. A.menulink:active {
  43.        color: #FFA000;
  44.     text-decoration: none; 
  45. }
  46. A.menulink:hover {
  47.        color: #FF6E00;
  48.     text-decoration: none; 
  49. }
  50. A.menulink2 {
  51.        font-size : 10px;
  52.        font-family : Verdana, Arial, sans-serif; 
  53.        text-decoration : none;
  54.        color: #FFFFFF; 
  55. }
  56. A.menulink2:visited {
  57.        color: #FFFFFF;
  58.     text-decoration: none; 
  59. }
  60. A.menulink2:active {
  61.        color: #FFA000;
  62.     text-decoration: none; 
  63. }
  64. A.menulink2:hover {
  65.        color: #FF6E00;
  66.     text-decoration: none; 
  67. }
  68. .title {
  69.    width : 137px;
  70.    left : 30px; 
  71.    position : absolute;
  72.    z-index: 10; 
  73. }
  74. .menupic{
  75.    width : 171px;  
  76.    left : 0px; 
  77.    position : absolute;
  78.    z-index: 10;
  79. }
  80. .submenu {
  81.    font-size : 11px; 
  82.    width : 150px; 
  83.    left : 35px; 
  84.    position : absolute; 
  85.    visibility : hidden;
  86. }
  87. .navi    { 
  88.     background-image: url("../images/navibg.jpg");
  89.     background-repeat: no-repeat;
  90.     background-color: #ffffff;
  91. }
  92. .bg_body    { 
  93.     background-image: url("../images/butterfly.jpg");
  94.     background-repeat: no-repeat;
  95.     background-attachment: fixed;
  96.     background-position: top right;
  97.     background-color: #ffffff;
  98. }